home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat3
/
execstr.3
< prev
next >
Wrap
Text File
|
1999-09-16
|
451b
|
67 lines
execstr(1) Scilab Function execstr(1)
NAME
execstr - command execution by evaluation of strings
CALLING SEQUENCE
execstr('char-string')
DESCRIPTION
executes the Scilab command in argument. This function does not return any-
thing.
EXAMPLE
execstr('a=1') // sets a=1.
execstr('1+1') // does nothing (while evstr('1+1') returns 2)
SEE ALSO
evstr